home *** CD-ROM | disk | FTP | other *** search
- object FormNewImg: TFormNewImg
- Left = 189
- Top = 107
- BorderStyle = bsDialog
- Caption = 'New'
- ClientHeight = 103
- ClientWidth = 336
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 321
- Height = 50
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 100
- Top = 28
- Width = 6
- Height = 12
- Caption = 'x'
- end
- object EditWidth: TEdit
- Left = 16
- Top = 24
- Width = 61
- Height = 20
- TabOrder = 0
- Text = '2'
- end
- object UpDownWidth: TUpDown
- Left = 77
- Top = 24
- Width = 15
- Height = 20
- Associate = EditWidth
- Min = 2
- Max = 9999
- Position = 2
- TabOrder = 1
- Wrap = False
- end
- object Edit1: TEdit
- Left = 116
- Top = 24
- Width = 61
- Height = 20
- TabOrder = 2
- Text = '2'
- end
- object UpDownHeight: TUpDown
- Left = 177
- Top = 24
- Width = 15
- Height = 20
- Associate = Edit1
- Min = 2
- Max = 9999
- Position = 2
- TabOrder = 3
- Wrap = False
- end
- object ComboBit: TComboBox
- Left = 212
- Top = 24
- Width = 109
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 4
- Items.Strings = (
- '1bit(2colors)'
- '4bit(16colors)'
- '8bit(256colors)'
- '15bit(32000colors)'
- '16bit(64000colors)'
- '24bit(full color)')
- end
- object Button1: TButton
- Left = 168
- Top = 64
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- end
- object btnCancel: TButton
- Left = 248
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- end
-